home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / mh060191.zip / BATCHON.BAT < prev    next >
DOS Batch File  |  1991-06-01  |  435b  |  15 lines

  1. @echo off
  2. rem %0 = trapdoor.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
  3. rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
  4. echo "BATCHON.BAT"
  5. if not "%1" == "" echo %1
  6. if not "%2" == "" echo %2
  7. if not "%3" == "" echo %3
  8. if not "%4" == "" echo %4
  9. if not "%5" == "" echo %5
  10. if not "%6" == "" echo %6
  11. if not "%7" == "" echo %7
  12. if not "%8" == "" echo %8
  13. if not "%9" == "" echo %9
  14.  
  15.